Houdini VEX 学习笔记 ( 一)
//VOP //Wrangle //Define a label deftype , a tab Bend , deftype is a menulist ...
//VOP //Wrangle //Define a label deftype , a tab Bend , deftype is a menulist ...
//利用属性分开Primitive Primitive Split 节点中Attribute 设置为split 。Wrangle中代码为: f@split = @ptnum>10?1:4 ...